Next | Prev | Up | Top | Contents | Index

Configuring a Slave Server

  1. Log in as root.

  2. Move to the named example directory:

    cd /var/named/Examples

  3. Copy the template files to the /var/named directory:

    cp named.boot.slave root.cache localhost.rev /var/named

  4. Move named.boot.master to the default filename:

    cd ..

    mv named.boot.slave named.boot

  5. Modify named.boot to look like the following:

    ;

    ;Boot file for pineapple1.fruit.com, slave server for

    ;fruit.com

    ;

    directory /var/named

    ;type domain source host/file backup file

    cache . root.cache

    forwarders 192.35.10.3

    slave

  6. Use the same localhost.rev file you installed on your primary server.

  7. Use the same root.cache file you installed on your primary server.

  8. Enable named and reboot the station with the following commands:

    chkconfig named on

    reboot


Next | Prev | Up | Top | Contents | Index